home *** CD-ROM | disk | FTP | other *** search
- global gMasterData, gSection, gExtendData, responseSp, coinSp, greyScreenSp
-
- on GoOn
- stopSound2()
- case gSection of
- #intro:
- goExample()
- #example:
- exitExample()
- goChooseSkill()
- #chooseSkill:
- exitChooseSkill()
- leaveThisMovie()
- end case
- end
-
- on goBack
- stopSound2()
- case gSection of
- #example:
- exitExample()
- goIntro()
- #chooseSkill:
- exitChooseSkill()
- goIntro()
- #challenge, #moreChallenge, #MostChallenge:
- exitANYSkill()
- goChooseSkill()
- end case
- end
-
- on leaveThisMovie
- stopSounds()
- set gExtendData to 0
- cursor(4)
- go(1, "Island1")
- end
-
- on notePadButton
- DoNotepad()
- end
-
- on continueNext
- stopSound2()
- go(the frame + 1)
- end
-